summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)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
| | | | Signed-off-by: Matthew Peveler <matt@popsql.com>
* 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
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Run unit tests as part of make testMatthew Peveler2021-12-181-0/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Fix running make testMatthew Peveler2021-12-181-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Change top-level files from txt to adoc extMatthew Peveler2021-10-281-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* 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
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* remove invalid confpath targetMatthew Peveler2021-01-281-14/+3
|
* fix dist target failing when /build docker mountedMatthew Peveler2020-06-261-1/+1
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* update dist tarball and zip to use top-level folderMatthew Peveler2020-06-041-4/+9
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix release action workflow for next releaseMatthew Peveler2020-06-021-2/+3
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* remove slash after $(DESTDIR) usageMatthew Peveler2020-06-011-31/+31
| | | | | | | | | | | The slash between $(DESTDIR) and the target was causing an extra slash as generally the target already started with a slash, leading to something like //usr/local/etc/. The double slash would be ignored on Linux, but treated as a network path on Windows. The GNU make docs also indicate not having the slash is probably best practices. See https://www.gnu.org/prep/standards/html_node/DESTDIR.html. Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add make dist endpoint for creating tar and zipMatthew Peveler2020-05-311-0/+15
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add manpages target to makefile, clean-up order of existing targetsMatthew Peveler2020-05-291-42/+56
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* create script to generate gh-pages website (#102)Matthew Peveler2020-05-281-5/+6
| | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add doctests to make testMatthew Peveler2020-04-291-0/+2
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add make tags commandMatthew Peveler2020-03-111-0/+6
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add PHONY designation for non-file targetsMatthew Peveler2020-03-111-0/+5
| | | | Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* add unwraplatex.py to Makefile for installationMatthew Peveler2020-03-111-2/+5
| | | | | | Closes #98 Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* 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
| | | | | | | | | | | | | | | | * Fix make running spell targets * add missing dependencies * do not run install section * add libxml2-utils * commit * add make install line as well * forgot sudo
* Add makefile target for spell checking (#81)Matthew Peveler2019-11-151-0/+24
| | | | | | | | * Add makefile target for spell checking * Separate out spell into two separate commands * Update Makefile.in
* Adding a manpage for testasciidoc.py (#29)Joseph Herlant2019-09-101-0/+1
| | | | | | * Adding a manpage for testasciidoc.py * Update testasciidoc man page to include new flags
* Add version and vers_update make endpoints to replicate from endpoints from ↵Matthew Peveler2019-04-201-0/+15
| | | | | | | | | | AAP (#54) * Add endpoint to write version to asciidoc and a2x * Update Makefile to have same endpoint as AAP * Add version make endpoint that corresponds with aap version
* 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
| | | | Change-Id: I2dddb4f48241e6c32a80b7a133b08f6e57925c38
* - Removed Vim related stuff from the installer makefile. See:Stuart Rackham2012-08-291-24/+2
| | | | | | | | https://groups.google.com/group/asciidoc/browse_thread/thread/753a52b2af85fcfc/04c9091b0856fc13 https://groups.google.com/group/asciidoc/browse_thread/thread/cd07629fa7a53fb3 - Dropped vim/ftdetect/asciidoc_filetype.vim from distribution, the file detection was broken and the default settings satisfied noone. - Updated related documentation.
* Makefile: Fixed sh compatibility issue. SeeStuart Rackham2012-08-291-2/+2
| | | | https://groups.google.com/group/asciidoc/browse_thread/thread/753a52b2af85fcfc/04c9091b0856fc13
* - html5,xhtml11: Implemented themes directory structure.Stuart Rackham2011-05-311-1/+9
| | | | | | | | | | | | - html5,xhtml11: Implemented asciidoc --theme themes management option (install, list and remove commands). - html5,xhtml11: A theme can now optionally include a JavaScript file <theme>.js - html5,xhtml11: If the 'data-uri' attribute is defined then icons from the the theme icons directory (if they exist) will be embedded in the generated document. - Added optional 'warnings' argument to include macros. - The asciidoc --verbose option now prints file inclusion messages.
* - Added Sebastian Pipping's patch to include manpage generation in MakefileStuart Rackham2010-11-131-4/+12
| | | | | | | | | build. See: http://groups.google.com/group/asciidoc/browse_thread/thread/c21c2902c29bae64 - Reverse r908:38fc611fd1. Reinstated Makefile manpdir variable (man page install directory). See: http://groups.google.com/group/asciidoc/browse_thread/thread/c21c2902c29bae64 - FIXED: 'make uninstall' now deletes the asciidoc.1 and a2x.1 man pages.
* Removed unused Makefile variable. See:Stuart Rackham2010-11-121-1/+0
| | | | http://groups.google.com/group/asciidoc/browse_thread/thread/c21c2902c29bae64
* FIXED: latex filter not being installed by Makefile. Thanks to Grant EdwardsStuart Rackham2010-09-031-2/+7
| | | | | for this patch. See http://groups.google.com/group/asciidoc/browse_thread/thread/c4427a3902d130a8
* 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
| | | | - a2x: Strip redundant quoting from shelled commands.
* - Added a2x.py, a rewritten and much enhanced version of the old a2x bashStuart Rackham2009-09-091-1/+3
| | | | | script. - Added epub format to a2x.py
* FIXED: ./configure doesn't support --docdir as expected (patch submitted by ↵Stuart Rackham2009-04-241-2/+2
| | | | Artem Zolochevskiy)
* Makefile install target depends on all target to ensure pre-install patches ↵Stuart Rackham2009-03-271-1/+1
| | | | are applied.
* - Symlink installed asciidoc.py so API import works.Stuart Rackham2009-03-101-3/+4
| | | | - Tightened up API asciidoc import.
* 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
| | | | | - Debugged Makefile.in. - Install related documentation updates.
* - Added uninstall target to Makefile.in.Stuart Rackham2008-12-121-14/+41
| | | | | - Makefile.in updates. - Documented Makefile based installer.
* Replaced install.sh with Ben Walton's autoconf scripts.Stuart Rackham2008-12-121-0/+107