added src to the HelpGen directory

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-05-04 00:28:14 +00:00
parent 17adffb5e9
commit 89419ee6a9
6 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
@@ -41,7 +41,7 @@ clean:
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C tex2rtf\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C HelpGen -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C HelpGen\src -f makefile.gcc $(MAKEARGS) clean
emulator:
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
@@ -53,7 +53,7 @@ tex2rtf:
$(MAKE) -C tex2rtf\src -f makefile.gcc $(MAKEARGS) all
helpgen:
$(MAKE) -C HelpGen -f makefile.gcc $(MAKEARGS) all
$(MAKE) -C HelpGen\src -f makefile.gcc $(MAKEARGS) all
.PHONY: all clean emulator helpview tex2rtf helpgen