From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/InterfaceGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/InterfaceGenerator Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/InterfaceGenerator/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 14 May 2004 06:05:14 -0000 1.3 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.4 @@ -1,5 +1,10 @@ include ../config.mk +dist_srcdir = InterfaceGenerator +dist_FILES = \ + $(wildcard *.hs) \ + $(NULL) + all: ifgen ifgen: |