GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Handbook
Browse code
Merge branch 'master' of https://github.com/Otago-InfoSci-Database/Handbook
master
commit
4e7b9ca0bedf6694e1cb44df5145b60bb595d84d
2 parents
fc150ec
+
c11dff6
Nigel Stanger
authored
on 9 Feb 2016
Patch
Showing
1 changed file
configuration/Makefile
Ignore Space
Show notes
View
configuration/Makefile
################################################################################ # # Makefile to build the handbook configure script and execute it to # produce a local make configuration for the command-line tools used. # ################################################################################ DEPLOY=../make-includes configure: configure.ac install-sh $(wildcard include/*.m4) aclocal -I include autoreconf -I include clean: rm -f aclocal.m4 config.log config.status configure \ $(DEPLOY)/local_configuration.make rm -rf autom4te.cache
################################################################################ # # Makefile to build the handbook configure script and execute it to # produce a local make configuration for the command-line tools used. # ################################################################################ DEPLOY=../make-includes configure: configure.ac install-sh $(wildcard include/*.m4) aclocal -I include autoreconf clean: rm -f aclocal.m4 config.log config.status configure \ $(DEPLOY)/local_configuration.make rm -rf autom4te.cache
Show line notes below