From: Julian Smart Date: Tue, 16 Jul 2002 10:01:45 +0000 (+0000) Subject: Added helpview Makefile.in; added helpview to list of utils X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31d77a5f4ed397850972415e3ac09abd2049986b Added helpview Makefile.in; added helpview to list of utils in utils/Makefile.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/Makefile.in b/utils/Makefile.in index 141bfa23da..d74f372193 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -2,7 +2,7 @@ # Makefile : Builds wxWindows utils for Unix. # -UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged +UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged helpview all: @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done diff --git a/utils/helpview/Makefile.in b/utils/helpview/Makefile.in new file mode 100644 index 0000000000..6d36395442 --- /dev/null +++ b/utils/helpview/Makefile.in @@ -0,0 +1,7 @@ + +all: + cd src; $(MAKE) + +clean: + cd src; $(MAKE) clean +