xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

Makefile.am (351B)


      1 
      2 if ENABLE_DOCS
      3 if XSERVER_DTRACE
      4 
      5 # Main DocBook/XML files (DOCTYPE book)
      6 docbook = Xserver-DTrace.xml
      7 
      8 # The location where the DocBook/XML files and their generated formats are installed
      9 shelfdir = $(docdir)
     10 
     11 # Generate DocBook/XML output formats with or without stylesheets
     12 include $(top_srcdir)/docbook.am
     13 
     14 endif XSERVER_DTRACE
     15 endif ENABLE_DOCS