Commit Graph

15 Commits

Author SHA1 Message Date
Gaetan Nadon
d0dd5122d8 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:05 -05:00
Gaetan Nadon
02d017a055 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-11-19 11:28:32 -05:00
Gaetan Nadon
396ee9b7e7 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
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-19 11:28:32 -05:00
Gaetan Nadon
1dcda0c4d5 Several driver modules do not have a ChangeLog target in Makefile.am #23814
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-11-19 11:28:32 -05:00
Gaetan Nadon
76af48c43f xf86-video-ati: use XORG_CHANGELOG macro to create ChangeLog. #22611
Build break: Makefile.am: command not found: git-log
Adding the macro in configure.ac and use it in Makefile.am
Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
Tested: running autogen.sh, make and 'make dist'

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-11 20:35:12 +10:00
Dave Airlie
e68fbf743e git: fix git-log to git log 2009-07-06 18:43:33 +10:00
George Sapountzis
873ff2033f drop r128 (build system) 2008-02-27 18:40:09 +02:00
George Sapountzis
05bbbec11a drop mach64 (build system) 2008-02-27 18:39:32 +02:00
James Cloos
64ab1cdf34 Add missing PHONY line for automatic ChangeLog generation 2007-12-06 15:51:12 -05:00
Daniel Stone
59c5b4f69c Makefile.am: re-add ChangeLog to CLEANFILES 2006-12-06 18:48:55 +02:00
Daniel Stone
7611f14dc6 Makefile.am: fix changelog hook
Make changelog hook safe for all situations.
2006-12-06 18:47:33 +02:00
Dave Airlie
6d2028b84f and of course it takes two commits to do a simple commit 2006-08-25 10:05:44 +10:00
Dave Airlie
e90c6feddb add changelog hook from nv driver 2006-08-25 09:59:58 +10:00
Søren Sandmann Pedersen
431d0e144a - For all drivers that have a <driver>.sgml file, add code in their build
system to build the README file at make dist time
- in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
    will check if the required tools and files exist, and if so set a
    conditional.
- util/modular/symlink.sh
- Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
- Add all the README.<driver> to the list of excluded files
- xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
    it spew less warnings when the text file is built.
2005-10-03 21:22:07 +00:00
Søren Sandmann Pedersen
a608c44226 Try adding build system for ATI driver again. Who knows, maybe CVS works
today.
2005-07-14 16:03:36 +00:00