16 Commits

Author SHA1 Message Date
b-aaz
d00b225039 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:54:33 +02:00
Alan Coopersmith
2b07f678b4 Remove unnecessary man/Makefile.am
We don't need a Makefile when we have no man page to build/install.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64/-/merge_requests/22>
2025-06-01 13:58:39 -07:00
Gaetan Nadon
1f1e665f7d README: keep the text version of README, discard the sgml version
The linuxdoc doc tool is deprecated.
README files are exclusively text files.
Normalize to one plain text README file.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-14 08:43:04 -04:00
Gaetan Nadon
8f84a92309 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
da3afdb69d 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
a0b11f322c 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
963be32d68 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
Alan Coopersmith
193744b015 Convert to XORG_CWARNFLAGS & XORG_CHANGELOG
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-29 17:21:53 -07:00
George Sapountzis
4d3a3befcf drop r128 (build system) 2008-02-27 18:48:44 +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