Skip to content

Commit 39ff65f

Browse files
authored
Merge pull request #2028 from wilzbach/remove-dcompiler
Remove old & unused HTML files merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>
2 parents 412ec75 + 0dc0a46 commit 39ff65f

File tree

8 files changed

+4
-53
lines changed

8 files changed

+4
-53
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
!appendices.html
2-
!articles.html
3-
!dcompiler.html
4-
!howtos.html
5-
!debugger.html
6-
!language-reference.html
71
*.html
82

93
Thumbs.db

.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ RewriteBase /
1818

1919
RewriteRule ^(phobos(-prerelease)?/std_container)_package\.html $1.html [R=301,L]
2020

21+
Redirect 301 /appendices.html https://dlang.org/dstyle.html
2122
Redirect 301 /COM.html http://wiki.dlang.org/COM_Programming
2223
Redirect 301 /dll.html http://wiki.dlang.org/Win32_DLLs_in_D
24+
Redirect 301 /how-tos.html https://wiki.dlang.org/Tutorials
2325
Redirect 301 /htomodule.html http://wiki.dlang.org/Converting_C_.h_Files_to_D_Modules
26+
Redirect 301 /language-reference.html https://dlang.org/spec/spec.html
2427
Redirect 301 /memory.html http://wiki.dlang.org/Memory_Management
2528
Redirect 301 /windows.html http://wiki.dlang.org/D_for_Win32
2629
Redirect 301 /getstarted.html http://wiki.dlang.org/Getting_Started

appendices.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

dcompiler.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

debugger.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

howtos.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

language-reference.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

posix.mak

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,7 @@ CHANGELOG_DDOC=${DDOC} changelog/changelog.ddoc $(NODATETIME)
321321
CHANGELOG_PRE_DDOC=${CHANGELOG_DDOC} changelog/prerelease.ddoc
322322
CHANGELOG_PENDING_DDOC=${CHANGELOG_DDOC} changelog/pending.ddoc
323323

324-
PREMADE=appendices.html articles.html fetch-issue-cnt.php howtos.html \
325-
language-reference.html robots.txt .htaccess .dpl_rewrite_map.txt \
326-
d-keyring.gpg
324+
PREMADE=fetch-issue-cnt.php robots.txt .htaccess .dpl_rewrite_map.txt d-keyring.gpg
327325

328326
# Language spec root filenames. They have extension .dd in the source
329327
# and .html in the generated HTML. These are also used for the mobi

0 commit comments

Comments
 (0)