summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Fix distribution missing test_data directory (#244)Matthew Peveler2022-02-231-2/+2
* Add missing files to build_manifestMatthew Peveler2022-01-011-1/+1
* Cleanup unused parts of makefile (#230)Matthew Peveler2021-12-241-19/+8
* Pass DESTDIR to pip in make installmpeveler/chore-make-installMatthew Peveler2021-12-241-2/+4
* Run unit tests as part of make testMatthew Peveler2021-12-181-0/+1
* Fix running make testMatthew Peveler2021-12-181-1/+1
* Change top-level files from txt to adoc extMatthew Peveler2021-10-281-1/+1
* Fix running make docs (#203)Matthew Peveler2021-10-281-6/+2
* Update Makefile for 10.xMatthew Peveler2021-10-161-120/+8
* fix make target for building manpagesMatthew Peveler2021-01-281-1/+1
* remove invalid confpath targetMatthew Peveler2021-01-281-14/+3
* fix dist target failing when /build docker mountedMatthew Peveler2020-06-261-1/+1
* update dist tarball and zip to use top-level folderMatthew Peveler2020-06-041-4/+9
* fix release action workflow for next releaseMatthew Peveler2020-06-021-2/+3
* remove slash after $(DESTDIR) usageMatthew Peveler2020-06-011-31/+31
* add make dist endpoint for creating tar and zipMatthew Peveler2020-05-311-0/+15
* add manpages target to makefile, clean-up order of existing targetsMatthew Peveler2020-05-291-42/+56
* create script to generate gh-pages website (#102)Matthew Peveler2020-05-281-5/+6
* add doctests to make testMatthew Peveler2020-04-291-0/+2
* add make tags commandMatthew Peveler2020-03-111-0/+6
* add PHONY designation for non-file targetsMatthew Peveler2020-03-111-0/+5
* add unwraplatex.py to Makefile for installationMatthew Peveler2020-03-111-2/+5
* add help docs to Makefile.inMatthew Peveler2019-12-231-1/+26
* Fix make all incorrectly including spell command for couple files (#90)Matthew Peveler2019-11-291-12/+12
* Add makefile target for spell checking (#81)Matthew Peveler2019-11-151-0/+24
* Adding a manpage for testasciidoc.py (#29)Joseph Herlant2019-09-101-0/+1
* Add version and vers_update make endpoints to replicate from endpoints from A...Matthew Peveler2019-04-201-0/+15
* Use Python3 command(#17)elextr2018-06-211-1/+1
* Specify python 2 explicitly in makefileelextr2018-05-251-1/+1
* Update build files to as latex2png was renamed to latex2imgPeter Bruin2015-03-161-1/+1
* - Removed Vim related stuff from the installer makefile. See:Stuart Rackham2012-08-291-24/+2
* Makefile: Fixed sh compatibility issue. SeeStuart Rackham2012-08-291-2/+2
* - html5,xhtml11: Implemented themes directory structure.Stuart Rackham2011-05-311-1/+9
* - Added Sebastian Pipping's patch to include manpage generation in MakefileStuart Rackham2010-11-131-4/+12
* Removed unused Makefile variable. See:Stuart Rackham2010-11-121-1/+0
* FIXED: latex filter not being installed by Makefile. Thanks to Grant EdwardsStuart Rackham2010-09-031-2/+7
* Make default task restores asciidoc.py and a2x.py execute mode.Stuart Rackham2009-10-031-0/+1
* - a2x: Added --conf-file=CONF_FILE option.Stuart Rackham2009-09-131-1/+1
* - Added a2x.py, a rewritten and much enhanced version of the old a2x bashStuart Rackham2009-09-091-1/+3
* FIXED: ./configure doesn't support --docdir as expected (patch submitted by A...Stuart Rackham2009-04-241-2/+2
* Makefile install target depends on all target to ensure pre-install patches a...Stuart Rackham2009-03-271-1/+1
* - Symlink installed asciidoc.py so API import works.Stuart Rackham2009-03-101-3/+4
* Added Gouichi Iisaka's graphviz filter to distribution.Stuart Rackham2008-12-311-2/+7
* Updated Makefile.in to reflect new filters organization.Stuart Rackham2008-12-311-5/+14
* Added .NOTPARALLEL Makefile option (suggested by Miklos Vajna).Stuart Rackham2008-12-141-0/+2
* - Added missing install-sh script.Stuart Rackham2008-12-131-21/+32
* - Added uninstall target to Makefile.in.Stuart Rackham2008-12-121-14/+41
* Replaced install.sh with Ben Walton's autoconf scripts.Stuart Rackham2008-12-121-0/+107