Add document about the current multi-monitor situation with RandR

This commit is contained in:
Michael Stapelberg
2010-03-15 23:04:32 +01:00
parent 67d80ee1d2
commit 0b1eed4906
2 changed files with 62 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
all: hacking-howto.html debugging.html userguide.html ipc.html
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html
hacking-howto.html: hacking-howto
asciidoc -a toc -n $<
@@ -13,6 +13,9 @@ userguide.html: userguide
ipc.html: ipc
asciidoc -a toc -n $<
multi-monitor.html: multi-monitor
asciidoc -a toc -n $<
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html