From: Kevin M. Rosenberg Date: Fri, 3 May 2002 16:02:21 +0000 (+0000) Subject: r1894: *** empty log message *** X-Git-Tag: debian-4.5.3-3~300 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=769726ca680e08c6ef63b81d204e7160647f59c2 r1894: *** empty log message *** --- diff --git a/do-autoconf b/do-autoconf index 2f1ea15..28c14fc 100755 --- a/do-autoconf +++ b/do-autoconf @@ -1,8 +1,7 @@ aclocal autoconf automake - -#./configure --prefix=/opt/ctsim --with-cgibin-dir=/opt/apache/cgi-bin --with-cgibin-url=/cgi-bin --with-webdata-dir=/opt/apache/htdocs/ctsim/webdata --with-webdata-url=/ctsim/webdata --with-html-dir=/opt/apache/htdocs/ctsim --with-lam-dir=/opt/lam $* +./configure --prefix=/usr --with-cgibin-dir=/usr/lib/cgi-bin --with-cgibin-url=/cgi-bin --with-webdata-dir=/var/www/ctsim/webdata --with-webdata-url=/ctsim/webdata --with-html-dir=/var/www/ctsim --without-lam-dir $* diff --git a/doc/Makefile.in b/doc/Makefile.in index 8c6d2f6..39cd13e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -96,7 +96,7 @@ pkg = ctsim EXTRA_DIST = $(docs) html -CLEANFILES = $(pkg).ps $(pkg)*.html $(pkg).hhc $(pkg).hhp $(pkg).hhk $(pkg).bib $(pkg).zip \*.aux \*.log $(pkg).ilg $(pkg).ind $(pkg).pdf $(pkg).dvi \*~ \#\*~ \#\*\# \.\*~ +CLEANFILES = $(pkg).ps $(pkg)*.html $(pkg).hhc $(pkg).hhp $(pkg).hhk $(pkg).bib $(pkg).zip \*.aux \*.log $(pkg).ilg $(pkg).ind $(pkg).dvi \*~ \#\*~ \#\*\# \.\*~ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -217,7 +217,7 @@ $(pkg).pdf: $(pkg).dvi .PHONY: ps ps: $(pkg).ps $(pkg).ps: $(pkg).pdf - pdf2ps $(pkg).pdf $(pkg).ps + pdftops $(pkg).pdf $(pkg).ps .PHONY: dvi dvi: $(pkg).dvi diff --git a/doc/ctsim.htb b/doc/ctsim.htb index 077b16a..6622366 100644 Binary files a/doc/ctsim.htb and b/doc/ctsim.htb differ diff --git a/helical/Makefile.am b/helical/Makefile.am index ce6143e..b4c1253 100644 --- a/helical/Makefile.am +++ b/helical/Makefile.am @@ -1,5 +1,5 @@ -bin_SCRIPTS = sample-helical.sh +# bin_SCRIPTS = sample-helical.sh + +CLEANFILES=\*.pgm \*.if \*~ \*.pj \.*~ \#\*\# \#\*~ -realclean: - rm -f *.pgm *.if *~ *.pj diff --git a/helical/Makefile.in b/helical/Makefile.in index bdbf863..23cbbcb 100644 --- a/helical/Makefile.in +++ b/helical/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -101,7 +101,7 @@ DIST_COMMON = Makefile.am Makefile.in sample-helical.sh.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/make-dist.sh b/make-dist.sh index a5d6edb..4919998 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -43,8 +43,10 @@ rm -rf ${DISTDIR}/debian GZIP=-9 tar czf ${DISTDIR}.tar.gz ${DISTDIR} unix2dos `find ${DISTDIR} -type f -and -name '*.c' -or -name '*.h' -or \ - -name Makefile -or -name ChangeLog -or -name COPYRIGHT -or -name TODO -or \ + -name '*.cpp' -or -name '*.sh' -or -name '*.in' -or \ + -name 'Makefile*' -or -name ChangeLog -or -name COPYRIGHT -or -name TODO -or \ -name README -or -name INSTALL -or -name NEWS -or -name '*.tex' -or \ + -name '*.hhc' -or -name '*.hhk' -or -name '*.hpj' -or -name '*.ini' -or \ -name COPYING* -or -name catalog` zip -rq ${DISTDIR}.zip ${DISTDIR} diff --git a/man/Makefile.in b/man/Makefile.in index f4a489d..6df6348 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -90,7 +90,7 @@ wxcflags = @wxcflags@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ -man_MANS = pjrec.1 phm2pj.1 phm2if.1 ifexport.1 ifinfo.1 if1.1 if2.1 pjinfo.1 ifinfo.1 pj2if.1 ctsim.1 ctsimtext.1 phm2helix.1 +man_MANS = pjrec.1 phm2pj.1 phm2if.1 ifexport.1 ifinfo.1 if1.1 if2.1 pjinfo.1 ifinfo.1 pj2if.1 ctsim.1 ctsimtext.1 phm2helix.1 pjHinterp.1 EXTRA_DIST = $(man_MANS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h diff --git a/tools/Makefile.in b/tools/Makefile.in index dd73608..888a745 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -389,6 +389,7 @@ install-exec-hook: ln -sf ctsimtext $(bindir)/pj2if ln -sf ctsimtext $(bindir)/pjinfo ln -sf ctsimtext $(bindir)/pjrec + ln -sf ctsimtext $(bindir)/pjHinterp realclean: rm -f *.pgm *.if *~ *.pj