diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-07 18:51:23 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-07 18:51:23 +0000 |
commit | a30727351e6cdeb7ff2ffa0bddad8c3a1be9eda0 (patch) | |
tree | 067a48879e6ab74713fbd6c79d8640a4fe693666 /man | |
parent | e47da1b068cd9b8a772a99e30b2c1d5271d4295e (diff) |
- symlink.sh: Move XRes.h from proto/Resource toXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11
lib/XRes/include/X11/extensions
- symlink.sh: Add XRes linking
- xc/lib/XRes/*.c: conditionally include config.h
- lib/XRes: add directories and build system.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..a0b0192 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,4 @@ +man3_MANS = \ + XRes.man + +EXTRA_DIST=$(man3_MANS) |