]> git.saurik.com Git - wxWidgets.git/commitdiff
global makefile for samples now include html
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Oct 1999 18:17:33 +0000 (18:17 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Oct 1999 18:17:33 +0000 (18:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/Makefile.in
samples/html/Makefile.in

index 9697bfc7da4f405caa85058ae34fcee6473b5dd0..72a6c1caf6e7114a78d412b08ea759bdeeda070b 100644 (file)
@@ -35,6 +35,7 @@ all:
        cd wxpoem && make
        cd dnd && make
        cd thread && make
+       cd html && make
 
 clean:
        cd bombs && make clean
@@ -68,4 +69,5 @@ clean:
        cd wxpoem && make clean
        cd dnd && make clean
        cd thread && make clean
+       cd html && make clean
 
index f23a6a2937e576d73d294644ec7f9a42e7e47600..4b163056e2fc9a5879634a714e8b54ba63c842cc 100644 (file)
@@ -3,8 +3,20 @@
 #
 
 all:
-       cd about; make
+       cd about && make
+       cd help && make
+       cd printing && make
+       cd test && make
+       cd virtual && make
+       cd widget && make
+       cd zip && make
 
 clean:
-       cd about; make clean
+       cd about && make clean
+       cd help && make clean
+       cd printing && make clean
+       cd test && make clean
+       cd virtual && make clean
+       cd widget && make clean
+       cd zip && make clean