summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am: New "wikiman" targetP. J. McDermott2014-09-021-0/+18
|
* Makefile.am: Escape periods in todo_scriptP. J. McDermott2014-09-011-6/+6
|
* Makefile.am: Fix todo_script line addressingP. J. McDermott2014-09-011-3/+3
|
* Move some manuals to section 8P. J. McDermott2014-09-011-1/+8
|
* lib/package/local.mk: New fileP. J. McDermott2014-09-011-0/+6
|
* Makefile.am: Add ssh mkdir command to "release"P. J. McDermott2014-08-261-0/+1
| | | | | | | | | | | | | | | | | Fixes: $ make release [...] md5sum prokit-0.1.0.tar.gz prokit-0.1.0.tar.bz2 prokit-0.1.0.tar.xz >MD5SUMS sha256sum prokit-0.1.0.tar.gz prokit-0.1.0.tar.bz2 prokit-0.1.0.tar.xz >SHA256SUMS rsync -az --progress --stats prokit-0.1.0.tar.gz prokit-0.1.0.tar.bz2 prokit-0.1.0.tar.xz MD5SUMS SHA256SUMS \ files@files.proteanos.com:files/pub/prokit/0.1.0/ sending incremental file list rsync: mkdir "/srv/files.proteanos.com/files/pub/prokit/0.1.0" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(595) [Receiver=3.0.7] rsync: connection unexpectedly closed (9 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9] make: *** [release] Error 12
* Makefile.am: New "release" targetP. J. McDermott2014-08-261-1/+20
|
* Makefile.am: Never colorize ChangeLogP. J. McDermott2014-08-251-1/+1
|
* Makefile.am: Fix out-of-tree ChangeLog generationP. J. McDermott2014-08-251-1/+2
|
* Fix license noticesP. J. McDermott2014-08-251-1/+1
| | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/.
* Improve license notices and file descriptionsP. J. McDermott2014-08-251-9/+12
|
* Makefile.am: Use $(AM_V_GEN) with .builddirstampP. J. McDermott2014-08-241-1/+1
|
* Makefile.am: Use $(AM_V_GEN) and $(AM_V_at)P. J. McDermott2014-08-241-7/+7
|
* Update copyright yearsP. J. McDermott2014-08-241-1/+1
|
* Makefile.am: Add support for manual pagesP. J. McDermott2014-08-231-1/+12
|
* mv lib/profiles/ lib/profile/P. J. McDermott2014-08-231-2/+2
|
* Makefile.am: New "todo" targetP. J. McDermott2014-08-211-2/+38
|
* Makefile.am: Remove pkgdataprofiledir on uninstallP. J. McDermott2014-08-191-1/+5
|
* Makefile.am: Add $(TESTS) to EXTRA_DISTP. J. McDermott2014-08-191-0/+1
|
* Makefile.am: Add $(locale_MESSAGES) to noinst_DATAP. J. McDermott2014-08-191-3/+1
|
* Makefile.am: Make .builddirstamp just onceP. J. McDermott2014-08-191-1/+4
|
* Distribute tests/parse_control.common.shP. J. McDermott2014-08-161-1/+2
|
* Support colors in test logsP. J. McDermott2014-08-161-1/+1
|
* Makefile.am: Fix name of dir stamp in CLEANFILESP. J. McDermott2014-08-161-1/+1
|
* Makefile.am: Set srcdir in AM_TESTS_ENVIRONMENTP. J. McDermott2014-08-161-0/+2
|
* Set up testsuiteP. J. McDermott2014-08-151-1/+3
|
* Makefile.am: Drop "in-place" targetP. J. McDermott2014-08-151-3/+0
|
* Makefile.am: Actually, make just one stamp fileP. J. McDermott2014-08-151-5/+3
|
* Makefile.am: Make ".in-place" stamp filesP. J. McDermott2014-08-151-0/+4
|
* Makefile.am: Drop /pkgdata.+dir/ vars in do_substP. J. McDermott2014-08-151-2/+0
|
* Makefile.am: Fix "pkgdataprofiledir" macroP. J. McDermott2014-08-151-1/+1
|
* Makefile.am: New "pkgdataprofiledir" variableP. J. McDermott2014-08-151-0/+1
|
* Makefile.am: New "profiles" variableP. J. McDermott2014-08-151-0/+3
|
* s/pkgdataprofiles/pkgdataprofile/.P. J. McDermott2013-11-281-3/+3
|
* Makefile.am: Add pkgdataprofiles stuff.P. J. McDermott2013-10-241-0/+5
|
* Makefile.am: New "uninstall-hook" rule.P. J. McDermott2013-10-231-0/+7
|
* Makefile.am: Fix directory in locale installation.P. J. McDermott2013-10-231-2/+2
|
* Makefile.am: New "uninstall-local" target.P. J. McDermott2013-10-231-0/+8
|
* Makefile.am: Use PACKAGE_NAME and PACKAGE_VERSION.P. J. McDermott2013-10-231-2/+2
|
* Makefile.am: Add locale stuff.P. J. McDermott2013-10-231-3/+23
|
* Makefile.am: s/reallyclean/really-clean/.P. J. McDermott2013-10-231-1/+1
|
* Makefile.am: New "pkgdatacmddir" variable.P. J. McDermott2013-10-231-0/+1
|
* Makefile.am: New "localedir" var.P. J. McDermott2013-10-231-0/+1
|
* Makefile.am: New "cmds" and "textdomain" vars.P. J. McDermott2013-10-231-1/+6
|
* Makefile.am: Add .sh.sm inference rule.P. J. McDermott2013-10-231-1/+5
|
* Makefile.am: Add pkgdatacmd stuff.P. J. McDermott2013-10-231-2/+7
|
* lib/local.mk: New file.P. J. McDermott2013-10-231-0/+1
|
* Makefile.am: Add pkgdata stuff.P. J. McDermott2013-10-231-4/+8
|
* Makefile.am: Generate ChangeLog in dist-hook.P. J. McDermott2013-10-221-0/+8
|
* Set up build system.P. J. McDermott2013-10-221-0/+46