aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix a missing && in Makefile.amReuben Thomas2014-07-261-1/+1
|
* Remove use of defunct kdoc docstring extractorReuben Thomas2014-07-061-5/+0
|
* Makefile.am: update woger call to remove defunct freecode call and add ↵Reuben Thomas2014-06-211-1/+1
| | | | required dist_type
* Update release target for latest wogerReuben Thomas2013-12-161-1/+1
|
* Update release target for gitReuben Thomas2013-12-161-3/+3
|
* Add uninstall-local to fix make distcheckReuben Thomas2013-12-161-0/+3
|
* Add Freshmeat release method back now that it's working in woger again.Reuben Thomas2010-01-041-2/+1
|
* It's freshmeat that no longer works, not sourceforgeReuben Thomas2009-04-301-2/+2
|
* Remove sourceforge method from release as it doesn't work at the moment.Reuben Thomas2009-04-301-1/+2
| | | | Add a FIXME.
* Add extra arguments needed by new woger.Reuben Thomas2008-06-041-1/+1
|
* Update make release target for new version of woger.Reuben Thomas2008-06-041-1/+1
|
* Don't try to build plpfuse if we lack libattr or FUSE.Reuben Thomas2008-03-221-1/+4
|
* Bump version to 0.21.Reuben Thomas2008-02-161-4/+4
| | | | | | | | | | Remove SuSE init script and plptools.spec, as they're way out of date. Keep generic init script so we have *something* to show; rename it to "plptools". Remove unused PSIONHOSTNAME define from config.h. Change some occurrences of "Psion" to "EPOC" in configure.ac.
* Cosmetic improvement to filename of release notesReuben Thomas2008-02-051-1/+1
|
* Remove syntactically wrong commentReuben Thomas2008-02-051-1/+1
|
* Use wogerReuben Thomas2008-02-051-17/+3
|
* Fixes to make "make distcheck" work, including some reordering ofReuben Thomas2007-12-151-4/+5
| | | | #includes to make supplied gettext work.
* Add plpfuse.h to headers.Reuben Thomas2007-12-151-0/+21
| | | | | | Add "release" target to Makefile.am. Updates to .po files.
* Remove include/*.h* from dist filesReuben Thomas2007-12-141-1/+1
|
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-1/+1
| | | | Other minor simplifications to the build system.
* Remove RCS Id to stop unnecessary rebuildsReuben Thomas2007-12-101-3/+0
|
* Massively simplify Makefile.am.Reuben Thomas2007-12-101-23/+9
| | | | | | | | | Take configure.ac out of MAINTAINER_MODE so stuff works better (e.g. Makefile depends on Makefile.am). Remove cvs2cl. Remove po/Makefile.in, which seems to be in by mistake.
* Remove autogen.sh and hence Makefile.am.in (becomes Makefile.am), andReuben Thomas2007-12-091-0/+32
| | | | add a note about use of autoreconf to INSTALL.
* - Tweaks for gettext 0.11Fritz Elfert2002-07-161-53/+0
|
* - Debian package now nearly finishedFritz Elfert2002-07-161-3/+7
| | | | - Applied patches from Chris Halls <chris.halls@gmx.de>
* - Fix in dist-hook: Rebuild ChangeLog only if working in CVS repository.Fritz Elfert2002-07-151-1/+3
|
* - Added reverse-engeneering tools in etc to dist.Fritz Elfert2002-07-141-2/+5
|
* - Fixed install bug when initdir is "none"Fritz Elfert2002-07-141-1/+1
|
* - Debian packaging based on John's package of plptools-0.10Fritz Elfert2002-07-141-3/+3
|
* - Removed README.0.6-mjg and README.mjg; they are outdatedFritz Elfert2002-07-111-1/+1
|
* - Added manpages for new programsFritz Elfert2002-07-111-0/+1
| | | | - Auto-generate ChangeLog in dist target
* - SuSE 8 - related changesFritz Elfert2002-07-101-19/+1
| | | | | - RPM - related changes - sisinstall: Correct shutdown of newt if an error occurs.
* - Added SIS stuff by Daniel BrahneborgFritz Elfert2002-02-281-1/+2
| | | | - Change readline detection again
* - plpbackup: more error handling; translationFritz Elfert2002-02-151-1/+1
| | | | | - Added plpprint stuff (yet not useful) - ccmalloc upgrade
* Added SuSE-related install-stuffFritz Elfert2001-07-231-0/+22
|
* Added german doc for kpsionFritz Elfert2001-05-171-1/+1
| | | | Added some files in maintainer-clean target
* NLS fixes, kpsion configFritz Elfert2001-03-241-1/+2
|
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-051-1/+1
| | | | More work on restore in kpsion.
* - Added KDE stuff to RPM specfileFritz Elfert2001-03-021-0/+1
| | | | | - Added am_edit to dis-hook - Added some missing EXTRA_DISTs in KDE subdirs
* am_edit: Added auto-generation of DISTFILES for icons.Fritz Elfert2001-03-011-1/+1
| | | | | Added missing dist files. Added ChangeLog, required by gettext standard setup
* Modified icons.Fritz Elfert2001-03-011-2/+2
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* More cleanup:Fritz Elfert2001-02-011-0/+2
| | | | | | | | | | | | | | | - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form.
* Reworked configuration:Fritz Elfert2001-01-311-3/+12
| | | | | - Splitted up acinclude.m4 - Added m4 macros, needed for KDE stuff
* Added missing CHANGES to dist target.Fritz Elfert2001-01-141-1/+1
|
* Misc. Makefile changes.Fritz Elfert2000-11-111-2/+10
| | | | Bumped up version.
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-1/+1
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* Add doc subdirFritz Elfert2000-08-021-1/+1
|
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-021-0/+3
| | | | Configuration now is in config.h and this is included as the very first header.
* *** empty log message ***Fritz Elfert2000-08-011-1/+1
|
* Removed more intermediate files from CVS. Those can be rebuilt byFritz Elfert2000-07-311-0/+7
| | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).