Commit Graph

15 Commits

Author SHA1 Message Date
b-aaz
71a1011ca6 configure: Automatically detect the default xorg-module-dir.
The module directory has changed to a per ABI folder in the xlibre-xserver.
Now the default value of `xorg-module-dir` will be detected from the `moduledir` variable in xorg-server.pc.

Signed-off-by: b-aaz <b-aazbsd.proton.me>
2025-07-29 18:47:15 +02:00
Gaetan Nadon
1936b9bb47 README: keep the text version of README, discard the sgml version
The linuxdoc doc tool is deprecated.
README files are exclusively text files.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-14 09:07:23 -04:00
Gaetan Nadon
a502b2339b 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
ac6c537bfc INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
e05f059ecd 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-10-28 14:09:09 -04:00
Gaetan Nadon
34b2294524 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-10-26 12:54:21 -04:00
Gaetan Nadon
38d301388c Use XORG_CHANGELOG macro to create ChangeLog. #22611
Adding the macro in configure.ac and use it in Makefile.am
    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
    Global maintenance on all modules

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-16 14:34:52 +10:00
George Sapountzis
6d601de15f drop mach64 (build system) 2008-02-27 19:07:00 +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