Browse Source

* Added distclean and distinstall aliases

git-svn-id: trunk@17345 -
joost 14 years ago
parent
commit
8387b6995c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      packages/fcl-web/Makefile.fpm

+ 4 - 1
packages/fcl-web/Makefile.fpm

@@ -45,4 +45,7 @@ clean:
 	$(FPMAKE_BIN_CLEAN) clean --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC)
 install:	fpmake
 	$(LOCALFPMAKE) install --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) --prefix=$(INSTALL_PREFIX)
-
+# Normally distinstall also installs the examples, but in this case there are
+# none.
+distinstall:	install
+distclean:	clean