Skip to content

Commit

Permalink
Removed unnecessary maketest.g from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasguts committed Mar 5, 2014
1 parent fd2ca82 commit a529f4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ all: doc test

doc: doc/manual.six

doc/manual.six: makedoc.g maketest.g PackageInfo.g \
maketest.g: doc/manual.six

doc/manual.six: makedoc.g PackageInfo.g \
doc/D-Modules.bib doc/*.xml \
gap/*.gd gap/*.gi examples/*.g examples/doc/*.g
gap makedoc.g
Expand All @@ -14,7 +16,7 @@ test: doc
gap maketest.g

archive: test
(mkdir -p ../tar; cd ..; tar czvf tar/D-Modules.tar.gz --exclude ".DS_Store" --exclude "*~" D-Modules/doc/*.* D-Modules/doc/clean D-Modules/gap/*.{gi,gd} D-Modules/{CHANGES,PackageInfo.g,README,VERSION,init.g,read.g,makedoc.g,makefile,maketest.g,ListOfDocFiles.g} D-Modules/examples/*.g D-Modules/examples/doc/*.g)
(mkdir -p ../tar; cd ..; tar czvf tar/D-Modules.tar.gz --exclude ".DS_Store" --exclude "*~" D-Modules/doc/*.* D-Modules/doc/clean D-Modules/gap/*.{gi,gd} D-Modules/{CHANGES,PackageInfo.g,README,VERSION,init.g,read.g,makedoc.g,makefile,maketest.g} D-Modules/examples/*.g D-Modules/examples/doc/*.g)

WEBPOS=public_html
WEBPOS_FINAL=~/Sites/homalg-project/D-Modules
Expand Down

0 comments on commit a529f4e

Please sign in to comment.