]> git.saurik.com Git - wxWidgets.git/commitdiff
Added helpview Makefile.in; added helpview to list of utils
authorJulian Smart <julian@anthemion.co.uk>
Tue, 16 Jul 2002 10:01:45 +0000 (10:01 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 16 Jul 2002 10:01:45 +0000 (10:01 +0000)
in utils/Makefile.in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/Makefile.in
utils/helpview/Makefile.in [new file with mode: 0644]

index 141bfa23da3b84700131be3bee37e42c96989f4f..d74f37219344b9f9b8edf51ab28345e822164859 100644 (file)
@@ -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 (file)
index 0000000..6d36395
--- /dev/null
@@ -0,0 +1,7 @@
+
+all:
+       cd src; $(MAKE)
+
+clean:
+       cd src; $(MAKE) clean
+