summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-10INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-11-10INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-11-10Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-07-11xf86-video-mga: use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon
Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-04-27Fix ChangeLog generationAdam Jackson
2006-12-06Makefile.am: fix ChangeLog hookDaniel Stone
Make ChangeLog hook safe for all situations I could think of, including carrying the ChangeLog through for distcheck when objdir != srcdir. It's significantly more ugly, but eh.
2006-09-16Generate ChangeLog from git.Tilman Sauerbeck
2005-09-27Update build system for apm, chips, cirrus, glint, i740, mga, neomagic,Søren Sandmann Pedersen
newport to accomodate various new documentation and utility files.
2005-07-26"Build system for `basename $PWD | sed s/xf86-video-//`"Søren Sandmann Pedersen